Forgotten files.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2001 23:44:19 +0000 (23:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2001 23:44:19 +0000 (23:44 +0000)
docs/reference/gtk/text_widget.sgml
docs/reference/gtk/tmpl/gtksignal.sgml
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf.c

index 3c785254a3d61408fb5b2d489ad0bdb2357b2a95..64168b0cf997f6222be22273ae492d5236c2b887 100644 (file)
@@ -60,7 +60,7 @@ is convenient if you're creating tags on-the-fly).
 <para>
 Most text manipulation is accomplished with <firstterm>iterators</firstterm>,
 represented by a <link linkend="GtkTextIter">GtkTextIter</link>. An iterator
-represents a position in the text buffer. <link
+represents a position between two characters in the text buffer. <link
 linkend="GtkTextIter">GtkTextIter</link> is a struct designed to be allocated on
 the stack; it's guaranteed to be copiable by value and never contain any
 heap-allocated data. Iterators are not valid indefinitely; whenever the buffer
index 1637b077ce799960ab2acba81446589fe4488b22..e2d84184cb31f45316dbb50dd2aa9153d7144ad5 100644 (file)
@@ -149,7 +149,7 @@ you might have to write a marshaller.
 
 <!-- ##### MACRO GTK_SIGNAL_OFFSET ##### -->
 <para>
-
+Use in place of <function>offsetof()</function>, which is used if it exists.
 </para>
 
 <!-- # Unused Parameters # -->
index ec8fa85557f48d8509bbe7d1ae57a1754fd3c3cc..4584254adb23a0735ea3e9c962c52409b9c7b17e 100644 (file)
@@ -1,3 +1,9 @@
+2001-12-17  Matthias Clasen  <matthiasc@poet.de> 
+
+       * gdk-pixbuf.c, gdk-pixbuf-io.c, gdk-pixbuf-animation.c, 
+       gdk-pixbuf-data.c, gdk-pixbuf-loader.c, gdk-pixbuf-scale.c, 
+       gdk-pixbuf-util.c, gdk-pixdata.c: Markup fixes.
+
 2001-12-16  Havoc Pennington  <hp@pobox.com>
 
        * gdk-pixbuf-scale.c: docs enhancements
index bc8395ce762c3e88135b4d80d7099246d22ed7f8..5928ae0dfbda7ed012279111d26afeef30135a76 100644 (file)
@@ -134,8 +134,8 @@ free_buffer (guchar *pixels, gpointer data)
  * has an optimal rowstride.  Note that the buffer is not cleared; you will have
  * to fill it completely yourself.
  *
- * Return value: A newly-created #GdkPixbuf with a reference count of 1, or NULL
- * if not enough memory could be allocated for the image buffer.
+ * Return value: A newly-created #GdkPixbuf with a reference count of 1, or 
+ * %NULL if not enough memory could be allocated for the image buffer.
  **/
 GdkPixbuf *
 gdk_pixbuf_new (GdkColorspace colorspace, gboolean has_alpha, int bits_per_sample,
@@ -171,7 +171,7 @@ gdk_pixbuf_new (GdkColorspace colorspace, gboolean has_alpha, int bits_per_sampl
  * Creates a new #GdkPixbuf with a copy of the information in the specified
  * @pixbuf.
  * 
- * Return value: A newly-created pixbuf with a reference count of 1, or NULL if
+ * Return value: A newly-created pixbuf with a reference count of 1, or %NULL if
  * not enough memory could be allocated.
  **/
 GdkPixbuf *
@@ -301,7 +301,7 @@ gdk_pixbuf_get_n_channels (const GdkPixbuf *pixbuf)
  *
  * Queries whether a pixbuf has an alpha channel (opacity information).
  *
- * Return value: TRUE if it has an alpha channel, FALSE otherwise.
+ * Return value: %TRUE if it has an alpha channel, %FALSE otherwise.
  **/
 gboolean
 gdk_pixbuf_get_has_alpha (const GdkPixbuf *pixbuf)